Show / Hide Table of Contents

Class AppsDynamiteStorageImageComponent

Inheritance
object
AppsDynamiteStorageImageComponent
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class AppsDynamiteStorageImageComponent : IDirectResponseSchema

Properties

AltText

The accessibility label for the image.

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

BorderStyle

The border style to apply to the image.

Declaration
[JsonProperty("borderStyle")]
public virtual AppsDynamiteStorageBorderStyle BorderStyle { get; set; }
Property Value
Type Description
AppsDynamiteStorageBorderStyle

CropStyle

The crop style to apply to the image.

Declaration
[JsonProperty("cropStyle")]
public virtual AppsDynamiteStorageImageCropStyle CropStyle { get; set; }
Property Value
Type Description
AppsDynamiteStorageImageCropStyle

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ImageUri

The image URL.

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

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX