NAME

Google::Api::Consumer::ProjectProperties - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Api::Consumer;

my $msg = Google::Api::Consumer::ProjectProperties->new(
    properties => $value,
);

FIELDS

  • properties

    Type: Message (.google.api.Property)

NAME

Google::Api::Consumer::Property - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Api::Consumer;

my $msg = Google::Api::Consumer::Property->new(
    name => $value,
);

FIELDS

  • name

    Type: String

  • type

    Type: Enum (.google.api.Property.PropertyType)

  • description

    Type: String

Enum: Property::PropertyType

Values:

  • UNSPECIFIED => 0

  • INT64 => 1

  • BOOL => 2

  • STRING => 3

  • DOUBLE => 4