GoogleApi.Testing.V1.Model.Service (google_api_testing v0.34.0)
View SourceThe section of an tag. https://developer.android.com/guide/topics/manifest/service-element
Attributes
-
intentFilter
(type:list(GoogleApi.Testing.V1.Model.IntentFilter.t)
, default:nil
) - Intent filters in the service -
name
(type:String.t
, default:nil
) - The android:name value
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Testing.V1.Model.Service{ intentFilter: [GoogleApi.Testing.V1.Model.IntentFilter.t()] | nil, name: String.t() | nil }