View Source GoogleApi.FirebaseAppCheck.V1.Model.GoogleFirebaseAppcheckV1BatchUpdateServicesRequest (google_api_firebase_app_check v0.4.0)
Request message for the BatchUpdateServices method.
Attributes
-
requests
(type:list(GoogleApi.FirebaseAppCheck.V1.Model.GoogleFirebaseAppcheckV1UpdateServiceRequest.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 theupdate_mask
field is set in both this request and any of the UpdateServiceRequest messages, they must match or the entire batch fails and no updates will be committed.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.FirebaseAppCheck.V1.Model.GoogleFirebaseAppcheckV1BatchUpdateServicesRequest{ requests: [ GoogleApi.FirebaseAppCheck.V1.Model.GoogleFirebaseAppcheckV1UpdateServiceRequest.t() ] | nil, updateMask: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.