Show / Hide Table of Contents

Class Volume.VolumeInfoData.IndustryIdentifiersData

Industry standard identifiers for this volume.

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

Properties

Identifier

Industry specific volume identifier.

Declaration
[JsonProperty("identifier")]
public virtual string Identifier { get; set; }
Property Value
Type Description
System.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
System.String
In This Article
Back to top