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=> 0INT64=> 1BOOL=> 2STRING=> 3DOUBLE=> 4