NAME
Google::Api::Documentation::Documentation - Compiled Protocol Buffers message class
SYNOPSIS
use Google::Api::Documentation;
my $msg = Google::Api::Documentation::Documentation->new(
summary => $value,
);
FIELDS
summary
Type: String
pages
Type: Message (.google.api.Page)
rules
Type: Message (.google.api.DocumentationRule)
documentation_root_url
Type: String
service_root_url
Type: String
overview
Type: String
NAME
Google::Api::Documentation::DocumentationRule - Compiled Protocol Buffers message class
SYNOPSIS
use Google::Api::Documentation;
my $msg = Google::Api::Documentation::DocumentationRule->new(
selector => $value,
);
FIELDS
selector
Type: String
description
Type: String
deprecation_description
Type: String
NAME
Google::Api::Documentation::Page - Compiled Protocol Buffers message class
SYNOPSIS
use Google::Api::Documentation;
my $msg = Google::Api::Documentation::Page->new(
name => $value,
);
FIELDS
name
Type: String
content
Type: String
subpages
Type: Message (.google.api.Page)