Class: Google::Apis::CloudresourcemanagerV1::ListAvailableOrgPolicyConstraintsRequest

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

Overview

The request sent to the [ListAvailableOrgPolicyConstraints] google.cloud.OrgPolicy.v1.ListAvailableOrgPolicyConstraints] method.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Google::Apis::Core::JsonObjectSupport

#to_json

Methods included from Google::Apis::Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ ListAvailableOrgPolicyConstraintsRequest

Returns a new instance of ListAvailableOrgPolicyConstraintsRequest



645
646
647
# File 'generated/google/apis/cloudresourcemanager_v1/classes.rb', line 645

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

Instance Attribute Details

#page_sizeFixnum

Size of the pages to be returned. This is currently unsupported and will be ignored. The server may at any point start using this field to limit page size. Corresponds to the JSON property pageSize

Returns:

  • (Fixnum)


643
644
645
# File 'generated/google/apis/cloudresourcemanager_v1/classes.rb', line 643

def page_size
  @page_size
end

#page_tokenString

Page token used to retrieve the next page. This is currently unsupported and will be ignored. The server may at any point start using this field. Corresponds to the JSON property pageToken

Returns:

  • (String)


636
637
638
# File 'generated/google/apis/cloudresourcemanager_v1/classes.rb', line 636

def page_token
  @page_token
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



650
651
652
653
# File 'generated/google/apis/cloudresourcemanager_v1/classes.rb', line 650

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