Class: Google::Apis::DfareportingV2_1::ListAccountPermissionGroupsResponse
- Inherits:
-
Object
- Object
- Google::Apis::DfareportingV2_1::ListAccountPermissionGroupsResponse
- Includes:
- Core::Hashable
- Defined in:
- generated/google/apis/dfareporting_v2_1/classes.rb,
generated/google/apis/dfareporting_v2_1/representations.rb,
generated/google/apis/dfareporting_v2_1/representations.rb
Overview
Account Permission Group List Response
Instance Attribute Summary collapse
-
#account_permission_groups ⇒ Array<Google::Apis::DfareportingV2_1::AccountPermissionGroup>
Account permission group collection.
-
#kind ⇒ String
Identifies what kind of resource this is.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ListAccountPermissionGroupsResponse
constructor
A new instance of ListAccountPermissionGroupsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ ListAccountPermissionGroupsResponse
Returns a new instance of ListAccountPermissionGroupsResponse.
366 367 368 |
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 366 def initialize(**args) update!(**args) end |
Instance Attribute Details
#account_permission_groups ⇒ Array<Google::Apis::DfareportingV2_1::AccountPermissionGroup>
Account permission group collection.
Corresponds to the JSON property accountPermissionGroups
358 359 360 |
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 358 def @account_permission_groups end |
#kind ⇒ String
Identifies what kind of resource this is. Value: the fixed string "
dfareporting#accountPermissionGroupsListResponse".
Corresponds to the JSON property kind
364 365 366 |
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 364 def kind @kind end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
371 372 373 374 |
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 371 def update!(**args) @account_permission_groups = args[:account_permission_groups] unless args[:account_permission_groups].nil? @kind = args[:kind] unless args[:kind].nil? end |