imageDisplayOptions property

  1. @TagNumber(2)
Intent_Message_BrowseCarouselCard_ImageDisplayOptions get imageDisplayOptions

Implementation

@$pb.TagNumber(2)
Intent_Message_BrowseCarouselCard_ImageDisplayOptions
    get imageDisplayOptions => $_getN(1);
  1. @TagNumber(2)
set imageDisplayOptions (Intent_Message_BrowseCarouselCard_ImageDisplayOptions v)

Implementation

@$pb.TagNumber(2)
set imageDisplayOptions(
    Intent_Message_BrowseCarouselCard_ImageDisplayOptions v) {
  setField(2, v);
}