Show / Hide Table of Contents

Class AppsDynamiteSharedImageComponent

Inheritance
System.Object
AppsDynamiteSharedImageComponent
Implements
Google.Apis.Requests.IDirectResponseSchema
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.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class AppsDynamiteSharedImageComponent : IDirectResponseSchema

Properties

AltText

The accessibility label for the image.

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

BorderStyle

The border style to apply to the image.

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

CropStyle

The crop style to apply to the image.

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

ETag

The ETag of the item.

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

ImageUri

The image URL.

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

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top