class

Twilio::ConnectApp

Inherits OpenApi::Json / OpenApi::Validatable / JSON::Serializable::Unmapped / JSON::Serializable / Reference / Object

Constants

MAX_LENGTH_FOR_ACCOUNT_SID = 34
MAX_LENGTH_FOR_SID = 34
MIN_LENGTH_FOR_ACCOUNT_SID = 34
MIN_LENGTH_FOR_SID = 34
PATTERN_FOR_ACCOUNT_SID = /^AC[0-9a-fA-F]{32}$/
PATTERN_FOR_SID = /^CN[0-9a-fA-F]{32}$/

Constructors

new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source
new(*, account_sid : String | Nil = nil, authorize_redirect_url : String | Nil = nil, company_name : String | Nil = nil, deauthorize_callback_method : Twilio::HttpMethod | Nil = nil, deauthorize_callback_url : String | Nil = nil, description : String | Nil = nil, friendly_name : String | Nil = nil, homepage_url : String | Nil = nil, permissions : Array(ConnectAppEnumPermission) | Nil = nil, sid : String | Nil = nil, uri : String | Nil = nil)

Initializes the object @param [Hash] attributes Model attributes in the form of hash

Source

Instance methods

==(other : self)

Generates #hash and #== methods from all fields #== @return [Bool] #hash calculates hash code according to all attributes. #hash @return [UInt64] Hash code

account_sid

The SID of the Account that created the resource

Source
account_sid=(new_value : String | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] account_sid Object to be assigned

Source
account_sid_present=(account_sid_present : Bool)
Source
account_sid_present?
Source
authorize_redirect_url

The URL to redirect the user to after authorization

Source
authorize_redirect_url=(new_value : String | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] authorize_redirect_url Object to be assigned

Source
authorize_redirect_url_present=(authorize_redirect_url_present : Bool)
Source
authorize_redirect_url_present?
Source
company_name

The company name set for the Connect App

Source
company_name=(new_value : String | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] company_name Object to be assigned

Source
company_name_present=(company_name_present : Bool)
Source
company_name_present?
Source
deauthorize_callback_method
Source
deauthorize_callback_method=(new_value : Twilio::HttpMethod | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] deauthorize_callback_method Object to be assigned

Source
deauthorize_callback_method_present=(deauthorize_callback_method_present : Bool)
Source
deauthorize_callback_method_present?
Source
deauthorize_callback_url

The URL we call to de-authorize the Connect App

Source
deauthorize_callback_url=(new_value : String | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] deauthorize_callback_url Object to be assigned

Source
deauthorize_callback_url_present=(deauthorize_callback_url_present : Bool)
Source
deauthorize_callback_url_present?
Source
description

The description of the Connect App

Source
description=(new_value : String | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] description Object to be assigned

Source
description_present=(description_present : Bool)
Source
description_present?
Source
friendly_name

The string that you assigned to describe the resource

Source
friendly_name=(new_value : String | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] friendly_name Object to be assigned

Source
friendly_name_present=(friendly_name_present : Bool)
Source
friendly_name_present?
Source
hash(hasher)

Generates #hash and #== methods from all fields #== @return [Bool] #hash calculates hash code according to all attributes. #hash @return [UInt64] Hash code

homepage_url

The URL users can obtain more information

Source
homepage_url=(new_value : String | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] homepage_url Object to be assigned

Source
homepage_url_present=(homepage_url_present : Bool)
Source
homepage_url_present?
Source
list_invalid_properties

Show invalid properties with the reasons. Usually used together with valid? @return Array for valid properties with the reasons

Source
permissions

The set of permissions that your ConnectApp requests

Source
permissions=(new_value : Array(ConnectAppEnumPermission) | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] permissions Object to be assigned

Source
permissions_present=(permissions_present : Bool)
Source
permissions_present?
Source
sid

The unique string that identifies the resource

Source
sid=(new_value : String | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] sid Object to be assigned

Source
sid_present=(sid_present : Bool)
Source
sid_present?
Source
uri

The URI of the resource, relative to https://api.twilio.com

Source
uri=(new_value : String | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] uri Object to be assigned

Source
uri_present=(uri_present : Bool)
Source
uri_present?
Source
valid?

Check to see if the all the properties in the model are valid @return true if the model is valid

Source