Class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaBatchCreateAccessBindingsRequest
- Inherits:
-
Object
- Object
- Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaBatchCreateAccessBindingsRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/analyticsadmin_v1alpha/classes.rb,
lib/google/apis/analyticsadmin_v1alpha/representations.rb,
lib/google/apis/analyticsadmin_v1alpha/representations.rb
Overview
Request message for BatchCreateAccessBindings RPC.
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAnalyticsAdminV1alphaBatchCreateAccessBindingsRequest
constructor
A new instance of GoogleAnalyticsAdminV1alphaBatchCreateAccessBindingsRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAnalyticsAdminV1alphaBatchCreateAccessBindingsRequest
Returns a new instance of GoogleAnalyticsAdminV1alphaBatchCreateAccessBindingsRequest.
1445 1446 1447 |
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 1445 def initialize(**args) update!(**args) end |
Instance Attribute Details
#requests ⇒ Array<Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaCreateAccessBindingRequest>
Required. The requests specifying the access bindings to create. A maximum of
1000 access bindings can be created in a batch.
Corresponds to the JSON property requests
1443 1444 1445 |
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 1443 def requests @requests end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1450 1451 1452 |
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 1450 def update!(**args) @requests = args[:requests] if args.key?(:requests) end |