Class: Google::Apis::SecuritycenterV1::GroupFindingsRequest

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

Returns a new instance of GroupFindingsRequest.



10712
10713
10714
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 10712

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

Instance Attribute Details

#compare_durationString

Corresponds to the JSON property compareDuration

Returns:

  • (String)


10685
10686
10687
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 10685

def compare_duration
  @compare_duration
end

#filterString

Corresponds to the JSON property filter

Returns:

  • (String)


10690
10691
10692
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 10690

def filter
  @filter
end

#group_byString

Corresponds to the JSON property groupBy

Returns:

  • (String)


10695
10696
10697
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 10695

def group_by
  @group_by
end

#page_sizeFixnum

Corresponds to the JSON property pageSize

Returns:

  • (Fixnum)


10700
10701
10702
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 10700

def page_size
  @page_size
end

#page_tokenString

Corresponds to the JSON property pageToken

Returns:

  • (String)


10705
10706
10707
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 10705

def page_token
  @page_token
end

#read_timeString

Corresponds to the JSON property readTime

Returns:

  • (String)


10710
10711
10712
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 10710

def read_time
  @read_time
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



10717
10718
10719
10720
10721
10722
10723
10724
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 10717

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