class Google::Apis::VaultV1::CountArtifactsRequest

Count artifacts request.

Attributes

query[RW]

The query definition used for search and export. Corresponds to the JSON property `query` @return [Google::Apis::VaultV1::Query]

view[RW]

Sets the granularity of the count results. Corresponds to the JSON property `view` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/vault_v1/classes.rb, line 418
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/vault_v1/classes.rb, line 423
def update!(**args)
  @query = args[:query] if args.key?(:query)
  @view = args[:view] if args.key?(:view)
end