Class: Google::Apis::DfareportingV5::UserRolePermissionsListResponse

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

Overview

User Role Permission List Response

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ UserRolePermissionsListResponse

Returns a new instance of UserRolePermissionsListResponse.



13683
13684
13685
# File 'lib/google/apis/dfareporting_v5/classes.rb', line 13683

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

Instance Attribute Details

#kindString

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

Returns:

  • (String)


13676
13677
13678
# File 'lib/google/apis/dfareporting_v5/classes.rb', line 13676

def kind
  @kind
end

#user_role_permissionsArray<Google::Apis::DfareportingV5::UserRolePermission>

User role permission collection. Corresponds to the JSON property userRolePermissions



13681
13682
13683
# File 'lib/google/apis/dfareporting_v5/classes.rb', line 13681

def user_role_permissions
  @user_role_permissions
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



13688
13689
13690
13691
# File 'lib/google/apis/dfareporting_v5/classes.rb', line 13688

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