Class: Google::Ads::AdManager::V1::DisapprovalReason

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

Overview

Represents the reason for which Google disapproved the Site.

Instance Attribute Summary collapse

Instance Attribute Details

#details::String (readonly)

Returns Output only. Additional details for the disapproval of the Site.

Returns:

  • (::String)

    Output only. Additional details for the disapproval of the Site.



60
61
62
63
# File 'proto_docs/google/ads/admanager/v1/site_messages.rb', line 60

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

#type::Google::Ads::AdManager::V1::SiteDisapprovalReasonEnum::SiteDisapprovalReason (readonly)

Returns Output only. The type of policy violation found for the Site.

Returns:



60
61
62
63
# File 'proto_docs/google/ads/admanager/v1/site_messages.rb', line 60

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