class Google::Apis::PolyV1::UserAsset

Data about the user's asset.

Attributes

asset[RW]

Represents and describes an asset in the Poly library. An asset is a 3D model or scene created using [Tilt Brush](//www.tiltbrush.com), [Blocks](//vr.google. com/blocks/), or any 3D program that produces a file that can be upload to Poly. Corresponds to the JSON property `asset` @return [Google::Apis::PolyV1::Asset]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/poly_v1/classes.rb, line 608
def update!(**args)
  @asset = args[:asset] if args.key?(:asset)
end