Class: Google::Ads::AdManager::V1::WebProperty

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/ads/admanager/v1/web_property.rb

Overview

Represents a web property.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Identifier. The resource name of the WebProperty. Format: networks/{network_code}/webProperties/{web_property_code}.

Returns:

  • (::String)

    Identifier. The resource name of the WebProperty. Format: networks/{network_code}/webProperties/{web_property_code}



39
40
41
42
# File 'proto_docs/google/ads/admanager/v1/web_property.rb', line 39

class WebProperty
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#product_type::Google::Ads::AdManager::V1::ExchangeSyndicationProductEnum::ExchangeSyndicationProduct

Returns Required. The ExchangeSyndicationProduct associated with this WebProperty.

Returns:



39
40
41
42
# File 'proto_docs/google/ads/admanager/v1/web_property.rb', line 39

class WebProperty
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#web_property_code::String

Returns Required. The WebProperty code.

Returns:

  • (::String)

    Required. The WebProperty code.



39
40
41
42
# File 'proto_docs/google/ads/admanager/v1/web_property.rb', line 39

class WebProperty
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#web_property_id::Integer

Returns Optional. The WebProperty ID.

Returns:

  • (::Integer)

    Optional. The WebProperty ID.



39
40
41
42
# File 'proto_docs/google/ads/admanager/v1/web_property.rb', line 39

class WebProperty
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end