Class: Google::Apis::DfareportingV3_3::AccountPermissionGroupsListResponse
- Inherits:
-
Object
- Object
- Google::Apis::DfareportingV3_3::AccountPermissionGroupsListResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/dfareporting_v3_3/classes.rb,
generated/google/apis/dfareporting_v3_3/representations.rb,
generated/google/apis/dfareporting_v3_3/representations.rb
Overview
Account Permission Group List Response
Instance Attribute Summary collapse
-
#account_permission_groups ⇒ Array<Google::Apis::DfareportingV3_3::AccountPermissionGroup>
Account permission group collection.
-
#kind ⇒ String
Identifies what kind of resource this is.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AccountPermissionGroupsListResponse
constructor
A new instance of AccountPermissionGroupsListResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ AccountPermissionGroupsListResponse
Returns a new instance of AccountPermissionGroupsListResponse.
321 322 323 |
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 321 def initialize(**args) update!(**args) end |
Instance Attribute Details
#account_permission_groups ⇒ Array<Google::Apis::DfareportingV3_3::AccountPermissionGroup>
Account permission group collection.
Corresponds to the JSON property accountPermissionGroups
313 314 315 |
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 313 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
319 320 321 |
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 319 def kind @kind end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
326 327 328 329 |
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 326 def update!(**args) @account_permission_groups = args[:account_permission_groups] if args.key?(:account_permission_groups) @kind = args[:kind] if args.key?(:kind) end |