Class: Google::Apis::ToolresultsV1beta3::IosAppInfo

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

Overview

iOS app information

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ IosAppInfo

Returns a new instance of IosAppInfo.



1324
1325
1326
# File 'lib/google/apis/toolresults_v1beta3/classes.rb', line 1324

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

Instance Attribute Details

#nameString

The name of the app. Required Corresponds to the JSON property name

Returns:

  • (String)


1322
1323
1324
# File 'lib/google/apis/toolresults_v1beta3/classes.rb', line 1322

def name
  @name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1329
1330
1331
# File 'lib/google/apis/toolresults_v1beta3/classes.rb', line 1329

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