| | | 1 | | // <auto-generated> |
| | | 2 | | // Code generated by Microsoft (R) AutoRest Code Generator. |
| | | 3 | | // Changes may cause incorrect behavior and will be lost if the code is |
| | | 4 | | // regenerated. |
| | | 5 | | // </auto-generated> |
| | | 6 | | |
| | | 7 | | namespace Microsoft.Azure.CognitiveServices.Search.ImageSearch.Models |
| | | 8 | | { |
| | | 9 | | using System.Linq; |
| | | 10 | | |
| | | 11 | | /// <summary> |
| | | 12 | | /// Defines an organization. |
| | | 13 | | /// </summary> |
| | | 14 | | public partial class Organization : Thing |
| | | 15 | | { |
| | | 16 | | /// <summary> |
| | | 17 | | /// Initializes a new instance of the Organization class. |
| | | 18 | | /// </summary> |
| | 0 | 19 | | public Organization() |
| | | 20 | | { |
| | | 21 | | CustomInit(); |
| | 0 | 22 | | } |
| | | 23 | | |
| | | 24 | | /// <summary> |
| | | 25 | | /// Initializes a new instance of the Organization class. |
| | | 26 | | /// </summary> |
| | | 27 | | /// <param name="id">A String identifier.</param> |
| | | 28 | | /// <param name="readLink">The URL that returns this resource.</param> |
| | | 29 | | /// <param name="webSearchUrl">The URL To Bing's search result for this |
| | | 30 | | /// item.</param> |
| | | 31 | | /// <param name="name">The name of the thing represented by this |
| | | 32 | | /// object.</param> |
| | | 33 | | /// <param name="url">The URL to get more information about the thing |
| | | 34 | | /// represented by this object.</param> |
| | | 35 | | /// <param name="image">An image of the item.</param> |
| | | 36 | | /// <param name="description">A short description of the item.</param> |
| | | 37 | | /// <param name="alternateName">An alias for the item</param> |
| | | 38 | | /// <param name="bingId">An ID that uniquely identifies this |
| | | 39 | | /// item.</param> |
| | | 40 | | public Organization(string id = default(string), string readLink = default(string), string webSearchUrl = defaul |
| | 0 | 41 | | : base(id, readLink, webSearchUrl, name, url, image, description, alternateName, bingId) |
| | | 42 | | { |
| | | 43 | | CustomInit(); |
| | 0 | 44 | | } |
| | | 45 | | |
| | | 46 | | /// <summary> |
| | | 47 | | /// An initialization method that performs custom operations like setting defaults |
| | | 48 | | /// </summary> |
| | | 49 | | partial void CustomInit(); |
| | | 50 | | |
| | | 51 | | } |
| | | 52 | | } |