PublisherModel_CallToAction_RegionalResourceReferences class final

The regional resource name or the URI. Key is region, e.g., us-central1, europe-west2, global, etc..

Inheritance
  • Object
  • ProtoMessage
  • PublisherModel_CallToAction_RegionalResourceReferences

Constructors

PublisherModel_CallToAction_RegionalResourceReferences({required Map<String, PublisherModel_ResourceReference> references, required String title, String? resourceTitle, String? resourceUseCase, String? resourceDescription})
PublisherModel_CallToAction_RegionalResourceReferences.fromJson(Object? j)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
qualifiedName String
The fully qualified name of this message, i.e., google.protobuf.Duration or google.rpc.ErrorInfo.
finalinherited
references Map<String, PublisherModel_ResourceReference>
Required.
final
resourceDescription String?
Optional. Description of the resource.
final
resourceTitle String?
Optional. Title of the resource.
final
resourceUseCase String?
Optional. Use case (CUJ) of the resource.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
Required.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Object
override
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

fullyQualifiedName → const String