Class: Telnyx::Models::MobilePushCredentialCreateParams::CreateMobilePushCredentialRequest::Android
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::MobilePushCredentialCreateParams::CreateMobilePushCredentialRequest::Android
- Defined in:
- lib/telnyx/models/mobile_push_credential_create_params.rb
Instance Attribute Summary collapse
-
#alias_ ⇒ String
Alias to uniquely identify the credential.
-
#project_account_json_file ⇒ Hash{Symbol=>Object}
Private key file in JSON format.
-
#type ⇒ Symbol, :android
Type of mobile push credential.
Instance Method Summary collapse
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(alias_:, project_account_json_file:, type: :android) ⇒ Object
|
|
# File 'lib/telnyx/models/mobile_push_credential_create_params.rb', line 85
|
Instance Attribute Details
#alias_ ⇒ String
Alias to uniquely identify the credential
71 |
# File 'lib/telnyx/models/mobile_push_credential_create_params.rb', line 71 required :alias_, String, api_name: :alias |
#project_account_json_file ⇒ Hash{Symbol=>Object}
Private key file in JSON format
77 |
# File 'lib/telnyx/models/mobile_push_credential_create_params.rb', line 77 required :project_account_json_file, Telnyx::Internal::Type::HashOf[Telnyx::Internal::Type::Unknown] |
#type ⇒ Symbol, :android
Type of mobile push credential. Should be android here
83 |
# File 'lib/telnyx/models/mobile_push_credential_create_params.rb', line 83 required :type, const: :android |