Class: Google::Apis::AppsmarketV2::Expiries

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ Expiries

Returns a new instance of Expiries.



146
147
148
# File 'generated/google/apis/appsmarket_v2/classes.rb', line 146

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

Instance Attribute Details

#edition_idString

(Deprecated) Corresponds to the JSON property editionId

Returns:

  • (String)


139
140
141
# File 'generated/google/apis/appsmarket_v2/classes.rb', line 139

def edition_id
  @edition_id
end

#kindString

Corresponds to the JSON property kind

Returns:

  • (String)


144
145
146
# File 'generated/google/apis/appsmarket_v2/classes.rb', line 144

def kind
  @kind
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



151
152
153
154
# File 'generated/google/apis/appsmarket_v2/classes.rb', line 151

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