API hub v1 API - Class StyleGuideContents (1.0.0-beta02)

public sealed class StyleGuideContents : IMessage<StyleGuideContents>, IEquatable<StyleGuideContents>, IDeepCloneable<StyleGuideContents>, IBufferMessage, IMessage

Reference documentation and code samples for the API hub v1 API class StyleGuideContents.

The style guide contents.

Inheritance

object > StyleGuideContents

Namespace

Google.Cloud.ApiHub.V1

Assembly

Google.Cloud.ApiHub.V1.dll

Constructors

StyleGuideContents()

public StyleGuideContents()

StyleGuideContents(StyleGuideContents)

public StyleGuideContents(StyleGuideContents other)
Parameter
Name Description
other StyleGuideContents

Properties

Contents

public ByteString Contents { get; set; }

Required. The contents of the style guide.

Property Value
Type Description
ByteString

MimeType

public string MimeType { get; set; }

Required. The mime type of the content.

Property Value
Type Description
string