Class: Google::Apis::DisplayvideoV1::EnvironmentTargetingOptionDetails

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

Overview

Represents a targetable environment. This will be populated in the environment_details field of a TargetingOption when targeting_type is TARGETING_TYPE_ENVIRONMENT.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ EnvironmentTargetingOptionDetails

Returns a new instance of EnvironmentTargetingOptionDetails.



4006
4007
4008
# File 'lib/google/apis/displayvideo_v1/classes.rb', line 4006

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

Instance Attribute Details

#environmentString

Output only. The serving environment. Corresponds to the JSON property environment

Returns:

  • (String)


4004
4005
4006
# File 'lib/google/apis/displayvideo_v1/classes.rb', line 4004

def environment
  @environment
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4011
4012
4013
# File 'lib/google/apis/displayvideo_v1/classes.rb', line 4011

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