Show / Hide Table of Contents

Class Volume.VolumeInfoData.IndustryIdentifiersData

Industry standard identifiers for this volume.

Inheritance
object
Volume.VolumeInfoData.IndustryIdentifiersData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Books.v1.Data
Assembly: Google.Apis.Books.v1.dll
Syntax
public class Volume.VolumeInfoData.IndustryIdentifiersData

Properties

Identifier

Industry specific volume identifier.

Declaration
[JsonProperty("identifier")]
public virtual string Identifier { get; set; }
Property Value
Type Description
string

Type

Identifier type. Possible values are ISBN_10, ISBN_13, ISSN and OTHER.

Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX