Class: Google::Apis::DfareportingV2_6::ListUserRolePermissionGroupsResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/dfareporting_v2_6/classes.rb,
generated/google/apis/dfareporting_v2_6/representations.rb,
generated/google/apis/dfareporting_v2_6/representations.rb

Overview

User Role Permission Group List Response

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ ListUserRolePermissionGroupsResponse

Returns a new instance of ListUserRolePermissionGroupsResponse



11529
11530
11531
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 11529

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#kindString

Identifies what kind of resource this is. Value: the fixed string " dfareporting#userRolePermissionGroupsListResponse". Corresponds to the JSON property kind

Returns:

  • (String)


11522
11523
11524
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 11522

def kind
  @kind
end

#user_role_permission_groupsArray<Google::Apis::DfareportingV2_6::UserRolePermissionGroup>

User role permission group collection. Corresponds to the JSON property userRolePermissionGroups



11527
11528
11529
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 11527

def user_role_permission_groups
  @user_role_permission_groups
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



11534
11535
11536
11537
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 11534

def update!(**args)
  @kind = args[:kind] if args.key?(:kind)
  @user_role_permission_groups = args[:user_role_permission_groups] if args.key?(:user_role_permission_groups)
end