Class: Google::Apis::ComputeAlpha::ManagedRulesetList
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::ManagedRulesetList
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_alpha/classes.rb,
lib/google/apis/compute_alpha/representations.rb,
lib/google/apis/compute_alpha/representations.rb
Defined Under Namespace
Classes: Warning
Instance Attribute Summary collapse
-
#id ⇒ String
Corresponds to the JSON property
id. -
#items ⇒ Array<Google::Apis::ComputeAlpha::ManagedRuleset>
Corresponds to the JSON property
items. -
#next_page_token ⇒ String
Corresponds to the JSON property
nextPageToken. -
#warning ⇒ Google::Apis::ComputeAlpha::ManagedRulesetList::Warning
Corresponds to the JSON property
warning.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ManagedRulesetList
constructor
A new instance of ManagedRulesetList.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ManagedRulesetList
Returns a new instance of ManagedRulesetList.
43010 43011 43012 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 43010 def initialize(**args) update!(**args) end |
Instance Attribute Details
#id ⇒ String
Corresponds to the JSON property id
42993 42994 42995 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 42993 def id @id end |
#items ⇒ Array<Google::Apis::ComputeAlpha::ManagedRuleset>
Corresponds to the JSON property items
42998 42999 43000 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 42998 def items @items end |
#next_page_token ⇒ String
Corresponds to the JSON property nextPageToken
43003 43004 43005 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 43003 def next_page_token @next_page_token end |
#warning ⇒ Google::Apis::ComputeAlpha::ManagedRulesetList::Warning
Corresponds to the JSON property warning
43008 43009 43010 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 43008 def warning @warning end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
43015 43016 43017 43018 43019 43020 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 43015 def update!(**args) @id = args[:id] if args.key?(:id) @items = args[:items] if args.key?(:items) @next_page_token = args[:next_page_token] if args.key?(:next_page_token) @warning = args[:warning] if args.key?(:warning) end |