GoogleApi.FirebaseAppCheck.V1beta.Model.GoogleFirebaseAppcheckV1betaBatchUpdateServicesRequest (google_api_firebase_app_check v0.2.0) View Source
Request message for the BatchUpdateServices method.
Attributes
-
requests
(type:list(GoogleApi.FirebaseAppCheck.V1beta.Model.GoogleFirebaseAppcheckV1betaUpdateServiceRequest.t)
, default:nil
) - Required. The request messages specifying the Services to update. A maximum of 100 objects can be updated in a batch. -
updateMask
(type:String.t
, default:nil
) - Optional. A comma-separated list of names of fields in the Services to update. Example:display_name
. If this field is present, theupdate_mask
field in the UpdateServiceRequest messages must all match this field, or the entire batch fails and no updates will be committed.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.FirebaseAppCheck.V1beta.Model.GoogleFirebaseAppcheckV1betaBatchUpdateServicesRequest{ requests: [ GoogleApi.FirebaseAppCheck.V1beta.Model.GoogleFirebaseAppcheckV1betaUpdateServiceRequest.t() ] | nil, updateMask: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.