Class: Google::Apis::SecuritycenterV1::ListValuedResourcesResponse

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ListValuedResourcesResponse

Returns a new instance of ListValuedResourcesResponse.



11722
11723
11724
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 11722

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

Instance Attribute Details

#next_page_tokenString

Corresponds to the JSON property nextPageToken

Returns:

  • (String)


11710
11711
11712
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 11710

def next_page_token
  @next_page_token
end

#total_sizeFixnum

Corresponds to the JSON property totalSize

Returns:

  • (Fixnum)


11715
11716
11717
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 11715

def total_size
  @total_size
end

#valued_resourcesArray<Google::Apis::SecuritycenterV1::ValuedResource>

Corresponds to the JSON property valuedResources



11720
11721
11722
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 11720

def valued_resources
  @valued_resources
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



11727
11728
11729
11730
11731
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 11727

def update!(**args)
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
  @total_size = args[:total_size] if args.key?(:total_size)
  @valued_resources = args[:valued_resources] if args.key?(:valued_resources)
end