class Google::Apis::BigqueryV2::IntervalPartitionConfiguration

Attributes

expiration_ms[RW]

Corresponds to the JSON property `expirationMs` @return [String]

type[RW]

Corresponds to the JSON property `type` @return [String]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/bigquery_v2/classes.rb, line 901
def update!(**args)
  @expiration_ms = args[:expiration_ms] if args.key?(:expiration_ms)
  @type = args[:type] if args.key?(:type)
end