Class: Google::Apis::DfareportingV4::UserRolePermissionGroupsListResponse

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

Overview

User Role Permission Group List Response

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ UserRolePermissionGroupsListResponse

Returns a new instance of UserRolePermissionGroupsListResponse.



13103
13104
13105
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 13103

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)


13096
13097
13098
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 13096

def kind
  @kind
end

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

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



13101
13102
13103
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 13101

def user_role_permission_groups
  @user_role_permission_groups
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



13108
13109
13110
13111
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 13108

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