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.



1311
1312
1313
# File 'lib/google/apis/toolresults_v1beta3/classes.rb', line 1311

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

Instance Attribute Details

#nameString

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

Returns:

  • (String)


1309
1310
1311
# File 'lib/google/apis/toolresults_v1beta3/classes.rb', line 1309

def name
  @name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1316
1317
1318
# File 'lib/google/apis/toolresults_v1beta3/classes.rb', line 1316

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