Class: Google::Apis::SecuritycenterV1::ListMuteConfigsResponse

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) ⇒ ListMuteConfigsResponse

Returns a new instance of ListMuteConfigsResponse.



11561
11562
11563
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 11561

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

Instance Attribute Details

#mute_configsArray<Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV1MuteConfig>

Corresponds to the JSON property muteConfigs



11554
11555
11556
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 11554

def mute_configs
  @mute_configs
end

#next_page_tokenString

Corresponds to the JSON property nextPageToken

Returns:

  • (String)


11559
11560
11561
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 11559

def next_page_token
  @next_page_token
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



11566
11567
11568
11569
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 11566

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