class Google::Apis::AndroidpublisherV3::RegionsVersion

The version of the available regions being used for the specified resource.

def initialize(**args)

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

def update!(**args)

Update properties of this object
def update!(**args)
  @version = args[:version] if args.key?(:version)
end